Problem Note 33684: When executing the unrelated_transfers_header.sas program, an error message might appear in the SAS log
When executing the unrelated_transfers_header.sas program,
you might receive the following error if the named that is assigned to
the alert table is too long:
23570 +/* Append results to final alert file */
23571 +proc append data=&alert_fname
23572 + base=&alert_fname_final FORCE;
ERROR: Invalid data set name STG_ALER.UNRELATED_TRANSFERS_ALERTS20050909.
23573 +run;
The date (in YYYYMMDD format) that displays in the error is based on value that is entered in your RUNASOFDATE macro variable.
To correct this issue, rename the value in the column ALERT_TABLE_NAME in the FSK_HEADER table to shorten the length of the filename.
For example, in the following example, the
A and E characters in the word TRANSFERS are removed to shorten the name:
ALERT_TABLE_NAME:
UNRELATED_TRNSFRS_ALERTS
Operating System and Release Information
SAS System | SAS Anti-Money Laundering | Microsoft® Windows® for x64 | 2.1.1 | 4.1 | 9.1 TS1M3 SP4 | 9.2 TS2M0 |
Microsoft Windows 2000 Advanced Server | 2.1.1 | 4.1 | 9.1 TS1M3 SP4 | 9.1 TS1M3 SP4 |
Microsoft Windows 2000 Datacenter Server | 2.1.1 | 4.1 | 9.1 TS1M3 SP4 | 9.1 TS1M3 SP4 |
Microsoft Windows 2000 Server | 2.1.1 | 4.1 | 9.1 TS1M3 SP4 | 9.1 TS1M3 SP4 |
Microsoft Windows 2000 Professional | 2.1.1 | 4.1 | 9.1 TS1M3 SP4 | 9.1 TS1M3 SP4 |
Microsoft Windows NT Workstation | 2.1.1 | 4.1 | 9.1 TS1M3 SP4 | 9.1 TS1M3 SP4 |
Microsoft Windows Server 2003 Datacenter Edition | 2.1.1 | 4.1 | 9.1 TS1M3 SP4 | 9.2 TS2M0 |
Microsoft Windows Server 2003 Enterprise Edition | 2.1.1 | 4.1 | 9.1 TS1M3 SP4 | 9.2 TS2M0 |
Microsoft Windows Server 2003 Standard Edition | 2.1.1 | 4.1 | 9.1 TS1M3 SP4 | 9.2 TS2M0 |
Microsoft Windows XP Professional | 2.1.1 | 4.1 | 9.1 TS1M3 SP4 | 9.2 TS2M0 |
Windows Vista | 2.1.1 | 4.1 | 9.1 TS1M3 SP4 | 9.2 TS2M0 |
64-bit Enabled AIX | 2.1.1 | 4.1 | 9.1 TS1M3 SP4 | 9.2 TS2M0 |
64-bit Enabled HP-UX | 2.1.1 | 4.1 | 9.1 TS1M3 SP4 | 9.2 TS2M0 |
64-bit Enabled Solaris | 2.1.1 | 4.1 | 9.1 TS1M3 SP4 | 9.2 TS2M0 |
Linux | 2.1.1 | 4.1 | 9.1 TS1M3 SP4 | 9.2 TS2M0 |
*
For software releases that are not yet generally available, the Fixed
Release is the software release in which the problem is planned to be
fixed.
An error message appears in the SAS log if the table name is too long.
To correct this issue, rename the value in the column ALERT_TABLE_NAME in
the FSK_HEADER table to shorten the length of the filename.
Type: | Problem Note |
Priority: | medium |
Date Modified: | 2009-09-18 14:10:22 |
Date Created: | 2008-10-17 10:32:10 |